From 8b235fde6d1e0f09fb3a1524b4950f81b0472f06 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 17 Mar 1993 21:40:14 +0000 Subject: [PATCH] Doc fix. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index e4f7af72195..0a534287c8c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1960,7 +1960,7 @@ See also `file-readable-p' and `file-attributes'.") DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0, "Return t if FILENAME can be executed by you.\n\ -For directories this means you can change to that directory.") +For a directory, this means you can access files in that directory.") (filename) Lisp_Object filename; -- 2.30.2